type net/http.contextKey
5 uses
net/http (current package)
http.go#L42: type contextKey struct {
http.go#L46: func (k *contextKey) String() string { return "net/http context value " + k.name }
server.go#L238: ServerContextKey = &contextKey{"http-server"}
server.go#L244: LocalAddrContextKey = &contextKey{"local-addr"}
server.go#L2919: var silenceSemWarnContextKey = &contextKey{"silence-semicolons"}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)